home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if %3.==. goto USAGE
- echo Searching for "%3" to find "%1" and replace it with "%2"...
- ffg /qmfs /e"CHANGE %%N %%'%1%%' %%'%2%%'" %3 %4 %5 %6 %7 %8 %9
- if errorlevel 0 if not errorlevel 1 echo Could not find "%2".
- goto END
- :USAGE
- echo USAGE:
- echo %0 fromtext totext FileMask [options]
- :END
-